home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PROGRAMM / PROGEDIT / 0747.ZIP / COMMLINE.DOC < prev    next >
Text File  |  1987-05-12  |  1KB  |  38 lines

  1. SAIL COMMAND LINE
  2.  
  3. Command line:  SAIL [/options] [filenames]   
  4.  
  5. SAIL takes the * and ? DOS command line wildcards, for multiple file editing.  
  6.  
  7.      Example:
  8.  
  9.      SAIL *.DOC     Edits all files with filename extension of .DOC.
  10.  
  11.  
  12. Command options (select with forward slashes):   
  13.  
  14.    /e         Emulates EMACS.  Key assignments are close to uEMACS.   
  15.  
  16.    /help      Displays the information in this file.  (For help during 
  17.               editing, press F1).   
  18.  
  19.    /s         Enables direct screen output, for use with adapters 
  20.               w/out snow.  Some IBM-compatible CGA cards do not
  21.               have the bus contention problem of true CGA cards.
  22.               If this is the case for your CGA card, you can
  23.               greatly speed up the screen update by specifying this 
  24.               option.
  25.  
  26.    /v         View mode.  Calls SAIL for viewing the contents files  
  27.               without editing.   
  28.  
  29.    /ver       Version.  Displays the version number and distribution 
  30.               date.   
  31.  
  32.  
  33.      Example:
  34.  
  35.      SAIL /v /s COMMLINE.DOC    Views the contents of this file with
  36.                                 high-speed screen output.
  37.  
  38.